Xbasic

FILE_ADD_TO_DB Function

Syntax

N file_add_to_db(C table_or_set_to_add )

Arguments

table_or_set_to_add

The full filename and path of the Alpha table being exported.

Description

FILE_ADD_TO_DB() adds the .dbf table to the database (the .adb file) so that the Table_Filename appears in the Control Panel.

Example

This script adds a new table to the Control Panel.

FILE_ADD_TO_DB("c:\Alpha Anywhere\data\customer.dbf")

Limitations

Desktop applications only.

See Also